home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-13 | 4.8 KB | 108 lines | [TEXT/EDIT] |
- Only in /users/prof/colnet/SmallEiffel/lib_test: aux_fixed_array3.e
- diff -r lib_test/aux_generic2.e /users/prof/colnet/SmallEiffel/lib_test/aux_generic2.e
- 13d12
- < local
- 15c14
- < t.put(t.last,t.upper)
- ---
- > t.put(t.last,t.upper);
- Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic5.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic6ht.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic6ll.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic6xct.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic7ht.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic7ll.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic7xct.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic8a.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: aux_generic8b.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: aux_inherit_array2.e
- Only in lib_test: aux_rename.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: aux_rename1.e
- Only in lib_test: bug_array2aux.e
- Only in lib_test: bug_array3.e
- Only in lib_test: bug_array4.e
- Only in lib_test: bug_array_aux.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: bug_eval20.e
- diff -r lib_test/aux_generic2.e /users/prof/colnet/SmallEiffel/lib_test/aux_generic2.elib_test/bug_generic2.e /users/prof/colnet/SmallEiffel/lib_test/bug_generic2.e
- 17c17
- < !!g.use(<<1 2>>);
- ---
- > !!g.use(<<1,2>>);
- Only in lib_test: bug_generic3.e
- Only in lib_test: bug_generic4.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_array2a.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_array3.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_array4.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_array_to_external.e
- Only in lib_test: test_character.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_character1.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_character2.e
- diff -r lib_test/bug_generic2.e /users/prof/colnet/SmallEiffel/lib_test/bug_generic2.elib_test/test_eval12.e /users/prof/colnet/SmallEiffel/lib_test/test_eval12.e
- 22a23,26
- > a := Void;
- > check
- > a = Void;
- > end;
- 23a28,32
- > check
- > a.item(1) = 1;
- > a.item(2) = 2;
- > a.item(3) = 3;
- > end;
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_eval16.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_eval17.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_eval18.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_eval19.e
- diff -r lib_test/test_eval12.e /users/prof/colnet/SmallEiffel/lib_test/test_eval12.elib_test/test_eval9.e /users/prof/colnet/SmallEiffel/lib_test/test_eval9.e
- 52a53
- >
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_fixed_array3.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_generic3.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_generic4.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_generic5.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_generic6.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_generic7.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_generic8.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_inherit_array2.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_inherit_array3.e
- diff -r lib_test/test_eval9.e /users/prof/colnet/SmallEiffel/lib_test/test_eval9.elib_test/test_inspect1.e /users/prof/colnet/SmallEiffel/lib_test/test_inspect1.e
- 53c53
- < end -- class TEST_INSPECT1
- ---
- > end -- TEST_INSPECT1
- diff -r lib_test/test_inspect1.e /users/prof/colnet/SmallEiffel/lib_test/test_inspect1.elib_test/test_inspect2.e /users/prof/colnet/SmallEiffel/lib_test/test_inspect2.e
- 1c1,4
- < class TEST_INSPECT3
- ---
- > -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C)
- > -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
- > --
- > class TEST_INSPECT2
- 3,4c6
- < creation {ANY}
- < make
- ---
- > creation make
- 6c8
- < feature {ANY}
- ---
- > feature
- 19c21
- < end -- class TEST_INSPECT3
- ---
- > end -- TEST_INSPECT2
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_inspect3.e
- diff -r lib_test/test_inspect2.e /users/prof/colnet/SmallEiffel/lib_test/test_inspect2.elib_test/test_manifest_array.e /users/prof/colnet/SmallEiffel/lib_test/test_manifest_array.e
- 27d26
- <
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_manifest_array4.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_manifest_array5.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_manifest_array6.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_manifest_array7.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_none1.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_out1.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_platform2.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_pre_once2.e
- Only in lib_test: test_rename.e
- Only in /users/prof/colnet/SmallEiffel/lib_test: test_rename1.e
-